home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-exit.dcr / 00040_bradypopup button.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  222 b   |  17 lines

  1. on mouseUp
  2.   global wAOL
  3.   puppetSound(1, "Clicker")
  4.   window("BradyPopup").forget()
  5.   wBrady = window("BradyPopup")
  6.   wBrady.visible = 1
  7.   open(wBrady)
  8. end
  9.  
  10. on mouseEnter
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.